home *** CD-ROM | disk | FTP | other *** search
- Path: ntc.nokia.com!tnclus!jrossi
- From: jrossi@tnclus.tele.nokia.fi
- Newsgroups: comp.lang.c++
- Subject: How can i load bitmap ???
- Date: 1 Mar 96 12:45:39 EET
- Organization: Nokia Telecommunications.
- Message-ID: <1996Mar1.124539.1@tnclus>
- NNTP-Posting-Host: tne02.ntc.nokia.com
-
- How can i load bitmaps to my program?
-
- I try following:
-
- //variables
- HINSTANCE hinst;
- .
- .
- .
- hBitmap = LoadBitmap(hinst, "Picture");
-
- I place this line to main program but hBitmap gets every time value NULL when i
- try execute this.
-
- What's wrong in my program.
-
- "Picture" is picture which i created in Resource workshop.
-
-